home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TJOINLINESDIALOG / TJOINLINESDIALOG.txt
Text File  |  2004-02-29  |  2KB  |  102 lines

  1. object JoinLinesDialog: TJoinLinesDialog
  2.   Left = 320
  3.   Top = 173
  4.   BorderStyle = bsDialog
  5.   Caption = 'Join Lines'
  6.   ClientHeight = 78
  7.   ClientWidth = 283
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 149
  24.     Height = 13
  25.     Caption = '&Delimiter (leave blank for none):'
  26.     FocusControl = cboDelimiter
  27.   end
  28.   object btnOK: TCorelButton
  29.     Left = 200
  30.     Top = 8
  31.     Width = 75
  32.     Height = 23
  33.     Caption = 'OK'
  34.     Default = True
  35.     ModalResult = 1
  36.     TabOrder = 3
  37.     OnClick = btnOKClick
  38.   end
  39.   object btnCancel: TCorelButton
  40.     Left = 200
  41.     Top = 40
  42.     Width = 75
  43.     Height = 23
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     ModalResult = 2
  47.     TabOrder = 4
  48.   end
  49.   object cboDelimiter: TComboBox
  50.     Left = 8
  51.     Top = 24
  52.     Width = 155
  53.     Height = 21
  54.     ItemHeight = 13
  55.     TabOrder = 0
  56.   end
  57.   object btnControlChars: TCorelButton
  58.     Left = 168
  59.     Top = 24
  60.     Width = 17
  61.     Height = 21
  62.     Hint = 'Escape sequences'
  63.     Caption = '>'
  64.     ParentShowHint = False
  65.     ShowHint = True
  66.     TabOrder = 1
  67.     OnClick = btnControlCharsClick
  68.   end
  69.   object chkEscapeSequ: TCheckBox
  70.     Left = 8
  71.     Top = 56
  72.     Width = 177
  73.     Height = 17
  74.     Caption = '&Use Escape sequences'
  75.     TabOrder = 2
  76.   end
  77.   object popControlChars: TPopupMenu
  78.     Left = 160
  79.     Top = 48
  80.     object Backslash1: TMenuItem
  81.       Caption = 'Backslash'
  82.       OnClick = Backslash1Click
  83.     end
  84.     object NewLine1: TMenuItem
  85.       Caption = 'New Line'
  86.       OnClick = Backslash1Click
  87.     end
  88.     object Tabulator1: TMenuItem
  89.       Caption = 'Tabulator'
  90.       OnClick = Backslash1Click
  91.     end
  92.     object Linefeed1: TMenuItem
  93.       Caption = 'Line feed'
  94.       OnClick = Backslash1Click
  95.     end
  96.     object Carriagereturn1: TMenuItem
  97.       Caption = 'Carriage return'
  98.       OnClick = Backslash1Click
  99.     end
  100.   end
  101. end
  102.